home *** CD-ROM | disk | FTP | other *** search
- object AliasEditorForm: TAliasEditorForm
- Left = 217
- Top = 109
- Width = 385
- Height = 348
- Caption = 'AliasEditorForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object TreeLabel: TLabel
- Left = 12
- Top = 108
- Width = 158
- Height = 13
- Caption = 'Click an object to set alias object:'
- Visible = False
- end
- object AliasKeyEdit: TLabeledEdit
- Left = 12
- Top = 28
- Width = 260
- Height = 21
- CharCase = ecUpperCase
- EditLabel.Width = 140
- EditLabel.Height = 13
- EditLabel.Caption = 'Alias Key: (not case sensitive)'
- TabOrder = 0
- end
- object OraObjectVTree: TVirtualStringTree
- Left = 12
- Top = 126
- Width = 260
- Height = 174
- BevelInner = bvNone
- BevelOuter = bvNone
- Header.AutoSizeIndex = 0
- Header.Font.Charset = DEFAULT_CHARSET
- Header.Font.Color = clWindowText
- Header.Font.Height = -11
- Header.Font.Name = 'MS Sans Serif'
- Header.Font.Style = []
- Header.MainColumn = -1
- Header.Options = [hoColumnResize, hoDrag]
- IncrementalSearch = isInitializedOnly
- Margin = 1
- ParentBackground = False
- TabOrder = 2
- TextMargin = 2
- Visible = False
- OnChange = OraObjectVTreeChange
- Columns = <>
- end
- object OkButton: TRzButton
- Left = 292
- Top = 13
- Default = True
- ModalResult = 1
- Caption = 'OK'
- HotTrack = True
- TabOrder = 3
- end
- object CancelButton: TRzButton
- Left = 292
- Top = 49
- Cancel = True
- ModalResult = 2
- Caption = 'Cancel'
- HotTrack = True
- TabOrder = 4
- end
- object ShowObjListButton: TRzButton
- Left = 292
- Top = 89
- Caption = 'Show List'
- HotTrack = True
- TabOrder = 5
- OnClick = ShowObjListButtonClick
- end
- object AliasValueEdit: TLabeledEdit
- Left = 12
- Top = 70
- Width = 260
- Height = 21
- EditLabel.Width = 59
- EditLabel.Height = 13
- EditLabel.Caption = 'Alias Object:'
- TabOrder = 1
- end
- end
-